Signals that a Save of at least one entity has been performed or changed entities have been imported from another entity manager. Clients may use this event to force a data refresh.
Syntax
Event Data
The event handler receives an argument of type DataChangedEventArgs containing data related to this event. The following DataChangedEventArgs properties provide information specific to this event.
Property | Description |
---|
EntityKeys | Contains the list of entity keys that were added, modified or deleted |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also